xend: Fix use of PIFIsPhysical (takes no arguments).
authorKeir Fraser <keir@xensource.com>
Tue, 1 May 2007 21:24:01 +0000 (22:24 +0100)
committerKeir Fraser <keir@xensource.com>
Tue, 1 May 2007 21:24:01 +0000 (22:24 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/xen/xend/XendPIF.py

index d96d33f8bca19326fd34d95419004ec7158c492d..3ab84606a9602d196938eb77351b455a79d55b8e 100644 (file)
@@ -306,7 +306,7 @@ class XendPIF(XendBase):
         # Figure out if this is a physical device
         if self.get_interface_name() == \
            self.get_device():
-            raise PIFIsPhysical(self.get_uuid())
+            raise PIFIsPhysical()
 
         self.unplug()